home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / usr / sybase / doc / dbgettime.man < prev    next >
Text File  |  1993-04-22  |  1KB  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89                DBGETTIME
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  DBGETTIME
  6.  
  7.   FUNCTION:
  8.        Return the number of seconds that  DB-Library  will  wait  for  a
  9.        SQL Server response to a SQL command.
  10.  
  11.   SYNTAX:
  12.        int DBGETTIME()
  13.  
  14.  
  15.   COMMENTS:
  16.  
  17.        o This routine  returns  the  length  of  time  in  seconds  that
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   DBGETTIME               Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          DB-Library will wait for a SQL Server response during calls  to
  27.          dbsqlexec(),  dbsqlok(),  dbresults(),  and  dbnextrow().   The
  28.          default timeout  value  is  0,  which  represents  an  infinite
  29.          timeout period.
  30.  
  31.        o The program can call dbsettime() to change the timeout value.
  32.  
  33.   RETURNS:
  34.        The timeout value-the number of seconds that DB-Library waits for
  35.        a  SQL Server  response  before timing out.  A timeout value of 0
  36.        represents an infinite timeout period.
  37.  
  38.   SEE ALSO:
  39.        dbsettime
  40.  
  41.  
  42.  
  43.  
  44.  
  45.